i,
em {
	font-style: normal;
}

.clefix_lis {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 1140px;
}

.clefix_liti {
	width: 1140px;
}

.head_lite {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.head_lite a {
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	margin-right: 30px;
	width: 86px;
	text-align: center;
}

.head_lite a:hover{
	font-weight: bold;
	color: #333333;
}

.head_lite .active {
	font-weight: bold;
	color: #333333;
	position: relative;
	z-index: 9;
}

.head_lite .active:after {
	display: block;
	content: "";
	width: 86px;
	height: 4px;
	background: #D6B16B;
	border-radius: 2px;
	position: absolute;
	top: 19px;
	left: -3px;
	z-index: -1;
}

.divid_cons {
	width: 832px;
}

.head_boxs {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.head_boxs .collon-s {
	width: 264px;
	padding-top: 30px;
	overflow: hidden;
}

.head_boxs .collon-s .img-m img {
	width: 264px;
}

.head_boxs .collon-s .text-a {
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	line-height: 18px;
	padding-top: 13px;
}

.head_boxs .collon-s .text-b {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-top: 10px;
}

.head_boxs .collon-s .text-b span {
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	padding-right: 30px;
}

.head_boxs .collon-s .text-c {
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #999999;
	line-height: 13px;
	padding-top: 10px;
}

.head_boxs .collon-s .text-d {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
}

.head_boxs .collon-s .text-d  a:nth-child(1){
	background-color: rgba(0, 0, 0, 0);
	width: auto;
}

.head_boxs .collon-s .text-d span {
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #F96203;
	display: block;
}

.head_boxs .collon-s .text-d a {
	width: 96px;
	line-height: 28px;
	background: #D6B16B;
	border-radius: 14px;
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}

.divid_cont {
	width: 289px;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	padding: 20px;
	box-sizing: border-box;
}

.divid_cont h4 {
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #333333;
	position: relative;
	padding-left: 10px;
	padding-bottom: 10px;
}

.divid_cont h4:after {
	display: block;
	content: "";
	width: 4px;
	height: 20px;
	background: #D6B16B;
	border-radius: 2px;
	position: absolute;
	top: 4px;
	left: 0px;
	/* z-index: -1; */
}

.divid_cont .ivid_c {
	padding: 17px 0;
	border-bottom: 1px solid #F5F5F5;
}

.divid_cont .ivid_c .text-a {
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #333333;
}

.divid_cont .ivid_c .text-b {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-top: 5px;
}

.divid_cont .ivid_c .text-b span {
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #666666;
}

.divid_cont .ivid_c .text-b span:nth-child(1) {
	padding-right: 30px;
}

.divid_cont .ivid_c .text-d {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 12px;
}

.divid_cont .ivid_c .text-d  a:nth-child(1){
	width: auto;
	line-height: initial;
	background:rgba(0, 0, 0, 0);
}


.divid_cont .ivid_c .text-d a {
	width: 80px;
	line-height: 24px;
	background: #D6B16B;
	border-radius: 12px;
	font-size: 13px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}

.divid_cont .ivid_c .text-d span {
	display: flex;
	align-items: center;
}

.divid_cont .ivid_c .text-d span i {
	font-style: normal;
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #999999;
}

.divid_cont .ivid_c .text-d span em {
	font-style: normal;
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #F96203;
	/* width: 120px; */
}

.divid_cons .come {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}

.divid_cons .come a {
	width: 262px;
	line-height: 50px;
	border: 2px solid #CAAA68;
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #CAAA68;
	text-align: center;
}


.clefix_liti .secti_ui {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.clefix_liti .secti_ui ul {
	display: flex;
	align-items: center;
}

.clefix_liti .secti_ui ul span {
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	margin-right: 30px;
	cursor:pointer;
}

.clefix_liti .secti_ui ul span:hover{
	font-weight: bold;
	color: #333333;
}

.clefix_liti .secti_ui a {
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #CAAA68;
}



.clefix_liti .secti_ui .active {
	font-weight: bold;
	color: #333333;
	position: relative;
	z-index: 9;
}

.clefix_liti .secti_ui .active:after {
	display: block;
	content: "";
	width: 86px;
	height: 4px;
	background: #D6B16B;
	border-radius: 2px;
	position: absolute;
	top: 19px;
	left: -3px;
	z-index: -1;
}

.clefix_liti .middle_lity ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 30px;
}


.clefix_liti .middle_lity ul li {
	width: 264px;
	height: 114px;
	background-image: url(../images/55.png);
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
	padding: 20px 20px 0 10px;
	box-sizing: border-box;
}

.clefix_liti .middle_lity ul li h5 {
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #333333;
}

.clefix_liti .middle_lity ul li p {
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	padding-top: 10px;
}

.clefix_liti .middle_lity ul li span {
float: left;
	padding-top: 5px;
}

.clefix_liti .middle_lity ul li span em {
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #666666;
}

.clefix_liti .middle_lity ul li a:nth-child(2) {
	width: 80px;
	line-height: 24px;
	background: #D6B16B;
	border-radius: 12px;
	font-size: 13px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	float: right;
	margin-top: 3px;
}

.middle_box ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.middle_box ul li {
	width: 264px;
	margin-top: 30px;
}

.middle_box ul li img {
	width: 100%;
}

.middle_box ul li span {
	display: block;
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #333333;
	padding-top: 10px;
}

.middle_box ul li p {
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #999999;
	padding-top: 10px;
}

.Advant_ols {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.Advant_ols .Advant_ttg {
	width: 825px;
}

.Advant_ols .Advant_ttg .ttg_advan {
	padding-top: 30px;
}

.Advant_ols .Advant_ttg .ttg_advan a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.Advant_ols .Advant_ttg .ttg_advan a img {
	width: 165px;
	height: 101px;
}

.Advant_ols .Advant_ttg .ttg_advan a ul {
	width: 640px;
	margin-left: 20px;
}

.Advant_ols .Advant_ttg .ttg_advan a ul h5 {
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
}

.Advant_ols .Advant_ttg .ttg_advan a ul p {
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #999999;
	line-height: 20px;
	padding-top: 9px;
}

.Advant_ols .Advant_ttg .ttg_advan a ul span {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 15px;
}

.Advant_ols .Advant_ttg .ttg_advan a ul span em {
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #999999;
}

.Advant_ols .Advant_xyg {
	width: 275px;
}

.Advant_ols .Advant_xyg ul li {
	margin-top: 30px;
	position: relative;
}

.Advant_ols .Advant_xyg ul li img {
	width: 264px;
	height: 148px;
}

.Advant_ols .Advant_xyg ul li span {
	display: block;
	width: 80px;
	line-height: 24px;
	background: #F96203;
	border-radius: 4px;
	font-size: 13px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 0;
}

.Advant_ols .Advant_xyg ul li p {
	padding-top: 10px;
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
}

.CMAw_box {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 50px;
}

.CMAw_box a {
	width: 262px;
	line-height: 50px;
	border: 2px solid #CAAA68;
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #CAAA68;
	text-align: center;
}

.con6-l .clefix_liti .Advant_ols .Advant_ttg .ttg_advan a {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 15px;
}

.con6-l .clefix_liti .Advant_ols .Advant_ttg .ttg_advan a ul {
	width: 790px;
}

.con6-l .clefix_liti .Advant_ols .Advant_ttg .ttg_advan img {
	width: 23px;
	height: 22px;
}

.success-l .success_qg .ccess {
	padding: 5px;
	width: 850px;
	margin: 5px 0;
}

.success-l .success_qg .ccess a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.success-l .success_qg .ccess img {
	width: 190px;
	height: 110px;
	margin-right: 10px;
}

.success-l .success_qg .ccess ul {
	padding: 5px 20px;
	background: #f7f7f7;
	width: 610px;
	height: 110px;
	border-radius: 6px;
}

.success-l .success_qg .ccess ul span {
	display: block;
	font-family: 'Source Han Sans CN';
	font-size: 17px;
	line-height: 30px;
	color: #333333;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.success-l .success_qg .ccess ul p {
	font-family: 'Source Han Sans CN';
	font-size: 14px;
	color: #999999;
	line-height: 25px;
}


.success-l {
	display: flex;
	width: 1140px;
	align-items: flex-start;
	justify-content: space-between;
}

.success_qg {
	width: 850px;
}

.success-l .success_wb {
	width: 230px;
	margin-top: -30px;
}

.success-l .success_wb a img {
	width: 230px;
	height: 130px;
}

.success-l .success_wb h4 {
	font-size: 19px;
	color: #caaa68;
	text-align: center;
	line-height: 40px;
	margin-bottom: -20px;
	font-family: 'Source Han Sans CN';
}

.Advant_xyg h4 {
	font-size: 19px;
	color: #caaa68;
	text-align: center;
	font-family: 'Source Han Sans CN';
}

.success-l .success_wb a span {
	display: block;
	font-family: 'Source Han Sans CN';
	font-size: 13px;
	line-height: 29px;
	color: #666666;
	margin-bottom: 15px;
	text-indent: 20px;
	width: 80%;
	padding-right: 20%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}